projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985a2d3
)
Add a Code: tag to subr.el
author
Van L
<van@scratch.space>
Sun, 23 Jun 2019 17:07:38 +0000
(19:07 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Jun 2019 17:07:43 +0000
(19:07 +0200)
* lisp/subr.el: Add a Code: tag comment (bug#35595).
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 7ec6b81154d5b589615369f3b96909ff8755ff88..baff1e909a165d71496921855c071d9bacaf81e4 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-22,7
+22,7
@@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
-
+;;; Code:
;; declare-function's args use &rest, not &optional, for compatibility
;; with byte-compile-macroexpand-declare-function.